runtime.stringStruct.len (field)
7 uses
runtime (current package)
alg.go#L104: return memhashFallback(x.str, h, uintptr(x.len))
debuglog.go#L733: len: len,
print.go#L24: rp.len = sp.len
print.go#L25: rp.cap = sp.len
string.go#L292: len int
string.go#L544: ss := stringStruct{str: unsafe.Pointer(str), len: findnull(str)}
tracestring.go#L30: id, added := t.tab.put(ss.str, uintptr(ss.len))
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |